home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / NEWAVE / Imakefile next >
Encoding:
Makefile  |  1998-08-12  |  225 b   |  17 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1998. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = newave
  7.  
  8. SRCS = newave.c texture.c
  9.  
  10. OBJS = newave.o texture.o
  11.  
  12. AllTarget($(TARGETS))
  13.  
  14. NormalGlutProgramTarget(newave,$(OBJS))
  15.  
  16. DependTarget()
  17.